home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Book of Tells
/
The Book of Tells.iso
/
help.dir
/
00022_Script_22
< prev
next >
Wrap
Text File
|
1994-09-21
|
444b
|
19 lines
on exitFrame
updateStage
sound playFile 1, the pathName &"SOUNDS\3_5.AIF"
repeat while soundBusy(1)
set the visible of sprite 5 to FALSE
updateStage
startTimer
repeat while the timer < 10
nothing
end repeat
set the visible of sprite 5 to TRUE
updateStage
startTimer
repeat while the timer < 10
nothing
end repeat
end repeat
set the visible of sprite 5 to FALSE
end